home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / skull2.pov < prev    next >
Encoding:
Text File  |  1992-12-02  |  787 b   |  39 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. max_trace_level 5
  5.  
  6. camera {
  7.    location <0  0  -10.0>
  8.    direction <0.0 0.0  1.0>
  9.    up  <0.0  1.0  0.0>
  10.    right <1.33333 0.0 0.0>
  11.    look_at <0 0 0>
  12. }
  13.  
  14. // Light source
  15. object { light_source {  <5 10  -30> color White  }}
  16.  
  17. /* Texture declarations for object 'SKULL2' */
  18. #declare SKULL2_C1 = texture {
  19.     ambient 0.1
  20.     diffuse 0.7
  21.     phong 1.0
  22.     phong_size 70.0
  23.     color red 1.000 green 1.000 blue 1.000
  24. }
  25.  
  26. composite {  /* All Objects */
  27.     #include "SKULL2.inc"
  28.     rotate <-90 180 0>
  29.     translate <0 2.5 0>
  30.  
  31.     /*
  32.         Scene extents
  33.         X - Min:  -2.7700  Max:   2.4500
  34.         Y - Min:  -2.9100  Max:   2.1100
  35.         Z - Min:  -4.8600  Max:   0.0800
  36.     */
  37. }
  38.  
  39.